home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / pcpen.arc / PCPEN.DOC < prev   
Encoding:
Text File  |  1985-02-05  |  46.5 KB  |  1,146 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                             PC-Pen
  14.  
  15.                          User's Manual
  16.                           Version 1.0
  17.  
  18.               (C) Copyright 1985 SoftTec Systems
  19.                       All Rights Reserved
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.                         SoftTec Systems
  36.                     2251 Pimmit Drive #434
  37.                     Falls Church, VA 22043
  38.                         (703) 356-0722
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.                   Registration No. __________
  54. 
  55.                        TABLE OF CONTENTS
  56.  
  57.                1.   Introduction
  58.                2.   Hardware and Software Requirements
  59.                3.   Getting Started
  60.                4.   Basic PC-Pen
  61.                5.   Text
  62.                6.   The Status Lines
  63.                7.   The Pen
  64.                8.   Resolution
  65.                9.   Color
  66.               10.   Mode
  67.               11.   The Window
  68.               12.   Loading and Saving
  69.               13.   Quiting
  70.               14.   Help
  71.               15.   The Mark
  72.               16.   Cutting and Pasting
  73.               17.   Erasing
  74.               18.   Clearing
  75.               19.   Painting and Unpainting
  76.               20.   Backing-Up and Restoring
  77.               21.   Printing
  78.    
  79.               Appendix A - Loading PC-Pen Pictures from 
  80.                                 Other Programs
  81.               Appendix B - Error Messages
  82.               Appendix C - Shareware
  83.               Appendix D - Registration
  84.               Appendix E - Disclaimer
  85.               Appendix F - Keyboard Reference
  86.               Appendix G - Command/Function Reference
  87. 
  88. 1     INTRODUCTION
  89.  
  90. PC-Pen is a graphics  editor  program  for  the  IBM  Personal
  91. Computer.  It lets you draw pictures and print text, in color,
  92. on your personal computer monitor.  PC-Pen pictures  may  then
  93. be  printed  on paper or saved on diskette for later retrieval
  94. by PC-Pen or any BASIC program.
  95.  
  96. PC-Pen  provides  many features to help you with your artistic
  97. endeavors.   Circles,   rectangles  and  lines  can  be  drawn
  98. automatically.  Figures  can  be  painted  and unpainted.  Any
  99. part of your picture can be copied to any other part  of  your
  100. picture  in  a  number  of  modes.  You  have two resolutions,
  101. sixteen background colors, two palettes,  and three pen colors
  102. to  choose from.  An on-line help facility is provided to make
  103. reference quick and easy.  And perhaps most  importantly,  you
  104. have two ways to erase!
  105.  
  106. PC-Pen is a shareware product.  As such, feel free to copy and
  107. share it with others.  If you find PC-Pen useful,  however, we
  108. trust you to register your  copy.  Registration  will  provide
  109. you  with  your  own registered PC-Pen diskette,  bound user's
  110. manual,  and other benefits.  See appendices C and D for  more
  111. details.
  112.  
  113. 2     HARDWARE AND SOFTWARE REQUIREMENTS
  114.  
  115. PC-Pen  is designed to run on the IBM Personal Computer series
  116. of computers (PC, PCjr, XT and AT). 128 KB of memory, one disk
  117. drive,  and a color  monitor  are  required.  In  addition,  a
  118. printer is needed in order to print PC-Pen pictures on paper.
  119.  
  120. PC-Pen  is written in IBM Advanced Basic and therefore must be
  121. run by  the  Advanced  Basic  interpreter  program  BASICA.COM
  122. (version 2.0 or greater).
  123.  
  124. PC-Pen  pictures  are  printed  using  the  DOS  print  screen
  125. function (Shift-PrtSc).  In order to  use  this  function  the
  126. Graphics  command must have been previously executed from DOS.
  127. The Graphics command is an external DOS command  and  requires
  128. the GRAPHICS.COM program.
  129.  
  130. Both  BASICA.COM and GRAPHICS.COM come with DOS on the IBM DOS
  131. diskette.  They do not come with PC-Pen and must  be  acquired
  132. separately.
  133.  
  134. 3     GETTING STARTED
  135.  
  136. The  PC-Pen distribution diskette contains the following three
  137. files:
  138.  
  139.      PCPEN.BAS    - The PC-Pen program.
  140.      PCPEN.DOC    - The PC-Pen user's manual.
  141.      PCPEN-PR.BAS - The PC-Pen user's manual printer program.
  142.  
  143. The  first  thing  you  should  do,  as  with all new personal
  144. computer software,  is to make a work copy of PC-Pen and  save
  145. the  distribution  diskette  as  a  back-up copy.  To do this,
  146. first set your default  disk  drive  to  A:.  Then  place  the
  147. PC-Pen diskette in drive A:  and a formatted diskette in drive
  148. B: and enter:
  149.  
  150.                          COPY A:*.* B:
  151.  
  152. If  you  have  only  one  disk drive you should put the PC-Pen
  153. diskette in drive A:  and enter the same thing.  You  will  be
  154. prompted  to  replace  the  PC-Pen diskette with the formatted
  155. diskette when necessary.
  156.  
  157. When this is done put the PC-Pen distribution  diskette  in  a
  158. safe place.
  159.  
  160. You  probably want the Advanced Basic program and the Graphics
  161. program on your work diskette too.  So now replace the  PC-Pen
  162. distribution  diskette in drive A:  with your DOS diskette and
  163. enter the following two lines:
  164.  
  165.                       COPY BASICA.COM B:
  166.                       COPY GRAPHICS.COM B:
  167.  
  168. Again, if you have only one disk drive you will be prompted to
  169. replace the DOS diskette  with  the  formatted  diskette  when
  170. necessary.
  171.  
  172. When this is done, your PC-Pen work diskette is complete.  But
  173. do not run PC-Pen  yet!  There  are  still  other  things  you
  174. should do first.
  175.  
  176. If  you have not already done so,  print out the PC-Pen user's
  177. manual.  The user's manual is on your diskette in a compressed
  178. format and must be printed  using  the  PC-Pen  user's  manual
  179. printer  program.  Put  your PC-Pen work diskette in drive A:,
  180. make sure your printer is ready, and enter:
  181.  
  182.                         BASICA PCPEN-PR
  183.  
  184. The printer program will prompt you for the  number  of  lines
  185. per  page for your printer.  Standard 9-1/2 by 11 inch printer
  186. paper has 66 lines per page.  This  is  the  default  for  the
  187. printer program so you may simply press the return key if your
  188. paper  is 66 lines per page.  If your printer paper is of some
  189. other length type the number of lines per page and then  press
  190. return.
  191.  
  192. Next  you  will be prompted for the destination of the printed
  193. manual.  You can print it  to  a  file  on  your  diskette  or
  194. directly  to  your  printer.  Enter  a 1 or 2 to indicate your
  195. choice.  If you select to print the manual to a diskette file,
  196. the file will have the name MANUAL.DOC.
  197.  
  198. Finally,  you  will  be  prompted  to  "Press any key to begin
  199. printing." Double check your printer and then press  any  key.
  200. When  the  printer program is done it will print "Finished" on
  201. your screen and return  to  DOS.  Remember  that  the  printer
  202. program  is also a BASIC program,  so if you have any problems
  203. while printing you can Ctrl-Break the program and run it  over
  204. again.
  205.  
  206. Now you have a back-up copy of PC-Pen and a  printed  copy  of
  207. the user's manual.  You are almost set to run PC-Pen!
  208.  
  209. If  you  plan  to  print any pictures while in PC-Pen you must
  210. first execute  the  Graphics  command.  The  Graphics  command
  211. enables  the  Shift-PrtSc key combination to print the current
  212. contents of your personal computer screen on your printer.  It
  213. is executed by entering:
  214.  
  215.                            GRAPHICS
  216.  
  217. The Graphics command need only be  executed  once  after  your
  218. computer  system has been turned on.  PC-Pen pictures may then
  219. be printed any number of times without executing the  Graphics
  220. command again.  The Graphics command is an excellent candidate
  221. for inclusion in the AUTOEXEC.BAT file on your  DOS  diskette.
  222. If  you  put  it  there  you  can use Shift-PrtSc to print the
  223. contents of your computer screen at any time.  For information
  224. about AUTOEXEC.BAT files see your DOS manual.
  225.  
  226. Now  you  are ready to run PC-Pen.  This is the simplist part!
  227. Just enter:
  228.  
  229.                          BASICA PCPEN
  230.  
  231. 4     BASIC PC-PEN
  232.  
  233. PC-Pen  begins  with  a  special  introductory  screen.  After
  234. reading it press any key to begin editing.
  235.  
  236. After leaving the introductory screen you  will  see  a  large
  237. rectangle on your personal computer screen with three lines of
  238. text  beneath  it.  In addition you will find a small blinking
  239. point in the center of the rectangle.
  240.  
  241. The  large  rectangle is the PC-Pen window.  This is where you
  242. will be drawing your pictures and  entering  your  text.  When
  243. you  save  or  load  a  picture  to/from  a diskette it is the
  244. contents of this window that will be saved or loaded.
  245.  
  246. The lines of text beneath the  window  are  the  three  PC-Pen
  247. status  lines.  The  first line is status line A.  It contains
  248. the PC-Pen name on the left and indicates that you  can  press
  249. the  F10 function key for help on the right.  Status line A is
  250. also where PC-Pen places other temporary  messages  at  times.
  251. The  second  and  third lines are status lines B and C.  These
  252. lines contain  information  regarding  the  current  state  of
  253. PC-Pen.  The  meanings of the eight entries on these two lines
  254. will be described in chapter 6,  The Status Lines,  and  other
  255. chapters.
  256.  
  257. Finally, the blinking point represents the current position of
  258. the  PC-Pen  pen.  It  is  this point that you will manipulate
  259. within the window to draw your pictures.
  260.  
  261. PC-Pen is operated entirely from your computer keyboard. There
  262. are  basically  three  sets  of  keys  that you will be using.
  263. These are the function keys to the far left (along the top  on
  264. a PCjr),  the text keys in the center,  and the numeric keypad
  265. to the far right of the keyboard.
  266.  
  267. The  function keys are used to invoke special PC-Pen commands.
  268. Change  the  pen  color  and  save the current picture are two
  269. examples.  The function  keys  can  be  pressed  alone  or  in
  270. combination with the Shift and Ctrl keys.  To press a function
  271. key in combination with the Shift or Ctrl keys first press and
  272. hold  down  the  Shift  or Ctrl key and then press the desired
  273. function key.  Throughout this manual,  function key and Shift
  274. or  Ctrl  key  combinations will be referred to using a dashed
  275. notation.  For example, Ctrl-F3 denotes the function key 3 and
  276. Ctrl key combination.  Remember that although Ctrl-F3  may  be
  277. referred   to  as  a  single  key,   it  really  involves  the
  278. simultaneous pressing of two keys.
  279.  
  280. The text keys are used to enter text into the PC-Pen window.
  281.  
  282. The numeric keypad keys are used to manipulate the PC-Pen pen.
  283.  
  284. The  rest  of  this  manual describes how to use these keys to
  285. perform these functions in detail.
  286.  
  287. 5     TEXT
  288.  
  289. Entering text into the window is probably PC-Pen's  most  easy
  290. to  use  capability.  Simply  press any text key to print that
  291. key's character on the screen.  In  other  words,  treat  your
  292. keyboard  like  a  normal  typewrite keyboard.  The backspace,
  293. return, shift, Caps Lock, and tab keys act just like you would
  294. expect too.  (The tab keys take you just one space forward  or
  295. backward, however.) The text will be printed on your screen at
  296. the pen's current position.
  297.  
  298. If  you  type past the end of a line PC-Pen will drop you down
  299. to the beginning the next line.  If  you  backspace  past  the
  300. beginning  of a line PC-Pen will lift you up to the end of the
  301. previous line.  If you tab past the beginning or the end of  a
  302. line  PC-Pen  will  take  you  to the opposite end of the same
  303. line.
  304.  
  305. What  will the other keys on the keyboard print?  The function
  306. keys do not print any text  all.  They  each  have  their  own
  307. special  PC-Pen  functions.  The numeric keypad keys also have
  308. special functions,  but through the correct usage of  the  Num
  309. Lock key these keys can be used as text keys too.  See chapter
  310. 7,  The Pen, for information on how to use the numeric keypad.
  311. The PrtSc key  is  a  special  key  used  in  printing  PC-Pen
  312. pictures.  The  Ctrl  key can be used in combination with some
  313. of the text keys  to  print  a  few  special  characters.  For
  314. example,  by  pressing  the Ctrl-C key a heart can be printed.
  315. Experiment with other Ctrl-key combinations to see what  other
  316. characters you can get!
  317.  
  318. 6     THE STATUS LINES
  319.  
  320. The  status  lines are the three lines immediately beneath the
  321. PC-Pen window.  These lines help you  to  keep  track  of  the
  322. status of PC-Pen.  As stated above, status line A contains the
  323. PC-Pen name and the "F10 ==>  Help"  message.  Error  messages
  324. and  prompts  are  also  printed  on  this  status  line  when
  325. necessary.
  326.  
  327. Status lines B and C show the  current  states  of  the  eight
  328. PC-Pen  status  variables.  Each  line  contains  four  status
  329. indicators. The status indicators on line B are for resolution
  330. (RES), background color (BACK),  palette (PAL),  and pen color
  331. (COL).  The  status  indicators on line C are for mode (MODE),
  332. mark (MARK),  pen state (PEN),  and pen  position  (POS).  The
  333. values  of  these status indicators and their meanings will be
  334. described in the appropriate chapters below.
  335.  
  336. 7     THE PEN
  337.  
  338. In order to draw pictures PC-Pen gives you control  over  what
  339. is  called  the  pen.  Find  the flashing point on your screen
  340. again.  This point represents the point of the pen.  You  will
  341. move  the  pen  on  your personal computer screen to draw your
  342. pictures.
  343.  
  344. The pen is manipulated via the numeric keypad keys located  at
  345. the  far  right of your of computer keyboard.  (These keys are
  346. the light off-white keys on the IBM PC keyboard.) In order  to
  347. use  these  keys  you must first be aware of the status of the
  348. Num Lock key located above the keypad.  With Num Lock on,  the
  349. numeric  keypad keys will produce numbers (or a decimal point)
  350. when pressed.  You want the Num Lock key off in order  to  use
  351. the keypad to manipulate the pen.
  352.  
  353. To  find out whether Num Lock is on or off simply press one of
  354. the numeric keypad  keys.  If  a  number  (or  decimal  point)
  355. appears  on  your screen where the pen point was then your Num
  356. Lock is on.  Turn it off by pressing the Num  Lock  key  once.
  357. The  Num  Lock  key turns Num Lock both on and off.  So if you
  358. want to use the numeric keypad to enter numbers  simply  press
  359. the Num Lock key again.
  360.  
  361. When  Num  Lock  is off the numeric keypad keys will cause the
  362. pen to move on your screen.  The keys with arrows on them will
  363. cause the pen to move in the  direction  of  the  arrows.  Try
  364. pressing  the  up-arrow  key  a few times.  The pen point will
  365. move upwards on  your  screen.  You  can  also  move  the  pen
  366. diagonally by using the Home, PgUp, End, and PgDn keys.  These
  367. keys  will  move your pen up-left,  up-right,  down-left,  and
  368. down-right,  respectively.  Try pressing the  End  key  a  few
  369. times.  The  pen  point  will  move  diagonally  downwards and
  370. towards the left.
  371.  
  372. When the pen is moved beyond one of the borders of the window,
  373. it will wrap around to the opposite side.  Try this by holding
  374. the left arrow key down.  The pen will  begin  moving  to  the
  375. left.  When it reaches the left window border it will reappear
  376. on the right side of the window and  continue  moving  to  the
  377. left.   Continue  moving  the  pen  around  until  you  become
  378. comfortable with it.
  379.  
  380. As you have probably already noticed, you have been moving the
  381. pen  around  but  you  have  not  drawn anything yet.  This is
  382. because your pen is not down.  The third entry on status  line
  383. C  tells you the status of your pen (UP or DOWN).  In order to
  384. draw, your pen must be set down. The Ins key is used to switch
  385. the pen between up and down.  When you set your pen down,  the
  386. pen point on your screen will look the same.  But now when you
  387. move  it  a  line will be left behind.  Try drawing something!
  388. Also notice that the pen status  line  entry  has  changed  to
  389. DOWN.
  390.  
  391. To stop drawing simply lift the pen up by pressing the Ins key
  392. again.  Notice  the status line entry change back to UP.  With
  393. the pen up you can move it anywhere in  your  picture  without
  394. disturbing what you have already drawn.
  395.  
  396. Another thing you can do with the pen is turn its position off
  397. and on.  The fourth entry on  status  line  C  tells  you  the
  398. current status of the pen's position (ON or OFF). When on, the
  399. pen's  position is identified by the blinking point.  Now turn
  400. it off.  The Del key is used to turn the position of  the  pen
  401. off and on. The status line entry changes to OFF and the pen's
  402. position  is  no  longer visible.  Lift the pen up and move it
  403. around with its position still off.  You will not  see  it  at
  404. all.  Now  set  the  pen down and continue moving it.  You can
  405. draw but the pen point will be solid rather than blinking.
  406.  
  407. For most of your work you will probably want to keep the pen's
  408. position on.  But some  people  prefer  to  draw  without  the
  409. blinking  pen  point.  You may also want to turn the point off
  410. when you print your pictures. (chapter 21)
  411.  
  412. 8     RESOLUTION
  413.  
  414. PC-Pen  provides  two  resolutions:  low  and  high.   In  low
  415. resolution, you can take advantage of color but your text will
  416. be printed  in  the  40  character  per  line  size.  In  high
  417. resolution, you only have black and white colors but your text
  418. will be printed in 80 character per line size. This makes high
  419. resolution better adapted for text oriented pictures while low
  420. resolution better adapted for art oriented pictures.
  421.  
  422. The  first  status  indicator  on  status line B indicates the
  423. current resolution (LOW or HIGH).
  424.  
  425. Function key F1 is used to change from one resolution  to  the
  426. other.  Low resolution pictures,  of course, come out in black
  427. and white when switched to high resolution and high resolution
  428. pictures come out in various color patterns when  switched  to
  429. low resolution.
  430.  
  431. When  changing resolution,  a picture back-up is automatically
  432. performed.  Thus,  if a picture was  previously  backed-up  it
  433. will  be  overwritten by the current picture.  See chapter 20,
  434. Backing-Up  and  Restoring,   for   more   information   about
  435. backing-up.
  436.  
  437. 9     COLOR
  438.  
  439. PC-Pen  gives  you control over background,  palette,  and pen
  440. colors.
  441.  
  442. There are 16 different background colors  in  low  resolution.
  443. The  second  status  indicator  on status line B indicates the
  444. current background color (1-16).  Function key F2 is  used  to
  445. advance the background color to the next available color.
  446.  
  447. In  high  resolution  the  background  is always black and the
  448. status indicator remains at 1.  If you press F2 while in  high
  449. resolution you will receive an error message.
  450.  
  451. There are two different palettes in low resolution.  A palette
  452. is  a  set  of colors from which you can select the pen color.
  453. Palette 1 contains the following colors:
  454.  
  455.                            1.  Green
  456.                            2.  Red
  457.                            3.  Brown
  458.  
  459. Palette 2 contains the following colors:
  460.  
  461.                            1.  White
  462.                            2.  Blue
  463.                            3.  Purple
  464.  
  465. The  third  status  indicator  on  status line B indicates the
  466. current palette (1 or 2).  Function key F3 is used  to  change
  467. from  one  palette to the other.  When you change palettes all
  468. of the colors in your picture will automatically change to the
  469. corresponding colors in the other palette.
  470.  
  471. In high resolution there is only one  palette  containing  the
  472. single color white. The status indicator remains at 1.  If you
  473. press  F3  while  in high resolution you will receive an error
  474. message.
  475.  
  476. There are three different pen colors within  each  palette  in
  477. low  resolution.  These  colors  were  listed  above.  The pen
  478. point within the window will always be blinking in the current
  479. color.  You can draw in any  of  the  colors  of  the  current
  480. palette  simply by changing to the desired color before moving
  481. the pen.
  482.  
  483. The fourth entry on status line B indicates  the  current  pen
  484. color  (1-3).  Function key F4 is used to change the pen color
  485. to the next available color.
  486.  
  487. In high resolution the only pen color  is  white.  The  status
  488. indicator  remains  at  1.  If  you  press  F4  while  in high
  489. resolution you will receive an error message.
  490.  
  491. 10     MODE
  492.  
  493. PC-Pen  provides  two  modes:   draw  and  erase.   The   mode
  494. determines  what  will occur when you move the pen around with
  495. its point down.  In draw mode you will draw in the current pen
  496. color,  while in erase mode you will erase whatever  you  move
  497. the  pen  over.  As  opposed to the Erase command (chapter 17)
  498. this method of erasing gives you a very fine level of  control
  499. over what you are erasing.
  500.  
  501. The  first  status  indicator  on  status line C indicates the
  502. current mode (DRAW or ERASE).  Function  key  F5  is  used  to
  503. change from one mode to the other.
  504.  
  505. 11     THE WINDOW
  506.  
  507. The PC-Pen window is the large  rectangle  which  frames  your
  508. picture.  This  window,  along  with  the  three  status lines
  509. beneath it,  may be turned off (erased) by the Window command.
  510. This enables you to clear your screen of all but your picture.
  511. Function  key F6 is used to turn the PC-Pen window off and on.
  512. PC-Pen may be operated normally with the window off.
  513.  
  514. 12     LOADING AND SAVING
  515.  
  516. PC-Pen  pictures  may  be  saved  on  diskette and loaded from
  517. diskette. Function key F7 is used to load a picture.  Function
  518. key F8 is used to save a picture. Either way, you will then be
  519. prompted  for  the name of the picture on status line A.  Type
  520. the name of  the  picture  and  press  the  return  key.  Your
  521. picture  will then be saved or loaded.  If your picture cannot
  522. be found on the diskette, or some other error occurs, you will
  523. be notified by an appropriate error message.
  524.  
  525. The file name you enter may be any valid PC file name, and may
  526. include a disk drive and path specification.  For example, all
  527. of the following file names are valid:
  528.  
  529.                        HOUSE
  530.                        MOUNTAIN.PIC
  531.                        B:TREE.PIC
  532.                        B:\PICTURES\DUNGEON.PIC
  533.  
  534. If you press the F7 or F8 key by accident,  or you decide that
  535. you  really  do  not want to load or save after having pressed
  536. the F7 or F8 key,  you may press the  Esc  key  to  return  to
  537. PC-Pen instead of entering a file name.
  538.  
  539. 13     QUITING
  540.  
  541. Function key F9 is used to quit PC-Pen.  Make  sure  that  you
  542. save  your  picture  before quiting if you do not want to lose
  543. it!  However, to insure that this does not happen accidentally
  544. you will be prompted "Are you sure?"  after  pressing  the  F9
  545. key.  If  you  respond  Y (upper or lower case) to this prompt
  546. you will leave PC-Pen and return to  DOS.  If  you  respond  N
  547. (upper  or  lower  case) you will continue in PC-Pen.  You may
  548. also press the Esc key to continue in PC-Pen without quiting.
  549.  
  550. 14     HELP
  551.  
  552. PC-Pen provides a very helpful on-line help facility. Function
  553. key F10 is used to call for help.  The  normal  PC-Pen  screen
  554. will then be replaced by a help screen.
  555.  
  556. The  help screen contains a large picture of the PC keyboard's
  557. function  keys.  Next  to  each  key  are  listed  the  PC-Pen
  558. commands  which  the function key invokes.  A function key may
  559. invoke up to three different commands depending  upon  whether
  560. the key is pressed alone,  or in combination with the Shift or
  561. Ctrl keys.
  562.  
  563. The  commands  which are invoked by pressing the function keys
  564. alone are listed in blue.  The commands which are  invoked  by
  565. pressing  the  function  keys with the Shift key are listed in
  566. red.  And the commands  which  are  invoked  by  pressing  the
  567. function keys with the Ctrl key are listed in yellow.
  568.  
  569. You  may  press any key to leave the help screen and return to
  570. your picture.
  571.  
  572. 15     THE MARK
  573.  
  574. All  of  the  Shift-Function keys invoke PC-Pen commands which
  575. work with what is called the mark.  The mark  is  a  reference
  576. point  that may be set anywhere in your picture.  Function key
  577. Shift-F1 is used to set the mark at the  current  position  of
  578. the pen. At first you will not notice anything different.  But
  579. if  you  move  the  pen  away  you will see that you have left
  580. behind a new blinking point.  This  point  is  the  mark.  Now
  581. let us find out what you can do with the mark.
  582.  
  583. Function key Shift-F2 is used to unset (turn off) the mark. If
  584. you just want to move the mark,  however,  you do not need  to
  585. unset  it.  You can set the new mark with Shift-F1 and the old
  586. mark will automatically be unset.
  587.  
  588. You  can  copy  portions  of  your  picture  from one place to
  589. another by using the Shift-F3 and Shift-F4 keys with the mark.
  590. These commands are explained in chapter 16.
  591.  
  592. You  can  erase  large  areas  of  your  picture  by using the
  593. Shift-F5 key with the  mark.  This  command  is  explained  in
  594. chapter 17.
  595.  
  596. Function  key  Shift-F6  is  used  to draw a circle around the
  597. mark. The circle will be drawn in the current  pen  color  and
  598. will  have  the  mark  as  its center and the pen as its edge.
  599. Thus, the distance between the pen and the mark points will be
  600. the radius of the circle.
  601.  
  602. Function key Shift-F7 is used to draw a rectangle between  the
  603. pen  and  the mark. The rectangle will be drawn in the current
  604. pen color and will have the pen and  the  mark  as  diagonally
  605. opposite corners.
  606.  
  607. Function  key  Shift-F8 is used to draw a line between the pen
  608. and the mark. The line will be drawn in the current pen color.
  609.  
  610. There are two occasions in PC-Pen when the mark, if set,  will
  611. automatically  be unset.  These are when you change resolution
  612. (chapter 8) and when you clear your picture (chapter 18).
  613.  
  614. The  second  status  indicator  on status line C indicates the
  615. current status of the mark (SET or OFF).
  616.  
  617. 16     CUTTING AND PASTING
  618.  
  619. Copying portions of your picture from one place to another  is
  620. a  two part process called cut and paste in PC-Pen.  First you
  621. must cut out the portion you are interested  in.  This  copies
  622. the   portion  into  a  buffer  area  where  it  may  be  held
  623. indefinately.  Then you can paste the contents of this  buffer
  624. back  into  your  picture.  Once  having cut you can paste any
  625. number of times.  But each time you cut  you  are  overwriting
  626. any  previous  cuts...the  buffer  can  hold only one cut at a
  627. time.
  628.  
  629. The Shift-F3 key is used to cut.  Cutting  requires  that  the
  630. mark  first  be  set.  The idea is to arrange the mark and the
  631. pen so that they become the diagonally opposite corners of  an
  632. imaginary rectangle.  The Cut command then copies the contents
  633. of this rectangle into the buffer.
  634.  
  635. The  Shift-F4  key  is used to paste. Pasting does not require
  636. the mark to be set.  The Paste command copies the contents  of
  637. the buffer back onto the screen at the current position of the
  638. pen.  The  pen point becomes the upper left hand corner of the
  639. picture portion that is pasted.
  640.  
  641. The  Paste command provides five different methods of pasting.
  642. After pressing the Shift-F4 keys  you  will  see  the  message
  643. "Method=Normal"  appear  on  status  line  A.  You may advance
  644. through the five paste methods by pressing any key except  the
  645. return  key.  When  you  have  selected the method you wish to
  646. paste with,  press the return key to proceed with  the  paste.
  647. The five paste methods are described below.
  648.  
  649. Normal - The picture portion within the buffer is copied  onto
  650. the screen exactly as it appeared when it was cut.
  651.  
  652. Complement  -  The picture portion within the buffer is copied
  653. onto the screen with its colors reversed.  In high resolution,
  654. this means that what was black will now be white and what  was
  655. white  will now be black.  In low resolution,  this means that
  656. what was the background will now be color  3  of  the  current
  657. palette  (and  vice versa) and what was color 1 of the current
  658. palette will now be color 2 of the current palette  (and  vice
  659. versa).
  660.  
  661. Animate  -  The picture portion within the buffer is overlayed
  662. onto  the   screen   without   disturbing   the   pre-existing
  663. background.  The colors of the portion may become reversed (as
  664. in  complement  above)  in  places,  however.  This  method is
  665. extremely useful because a second paste of  the  same  picture
  666. portion  onto  the  same  exact  location  on  the screen will
  667. restore whatever was there previously.  Thus,  you may paste a
  668. picture  portion  using the animate method over and over again
  669. until you position it just right.
  670.  
  671. Superimpose  -  The  picture  portion  within  the  buffer  is
  672. overlayed  onto the screen without disturbing the pre-existing
  673. background just like in the animate  method.  However,  unlike
  674. the animate method, the colors of the portion are not reversed
  675. in any way.
  676.  
  677. Mask - The picture portion within the buffer is used as a mask
  678. with   whatever  is  already  on  the  screen  to  yield  very
  679. interesting results.  Try experimenting with this method.
  680.  
  681. If you press the Shift-F4 key by accident,  or you decide that
  682. you really do not want  to  paste  after  having  pressed  the
  683. Shift-F4  key,  you  may press the Esc key to return to PC-Pen
  684. instead of selecting a paint method.
  685.  
  686. 17     ERASING
  687.  
  688. The  Erase  command lets you erase large areas of your picture
  689. very easily.  It is the alternative to erasing point by  point
  690. in the erase mode. (chapter 10)
  691.  
  692. Function key Shift-F5 is used to erase between the pen and the
  693. mark. The Erase command utilizes the mark in the same  way  as
  694. the  Cut command.  You should position the mark and the pen so
  695. as to be the  diagonally  opposite  corners  of  an  imaginary
  696. rectangle.  The  Erase command will then erase the contents of
  697. this rectangle.
  698.  
  699. The Erase command is not capable of erasing single  points  or
  700. straight  lines.  The  erase mode should be used to accomplish
  701. these types of erasures.
  702.  
  703. 18     CLEARING
  704.  
  705. Function key Ctrl-F1 is used to  erase  the  current  picture.
  706. However,  just  to  insure that this is not done accidentally,
  707. you are first prompted "Are  you  sure?".  If  you  respond  Y
  708. (upper  or  lower  case)  to  this prompt your picture will be
  709. cleared.  If you respond N (upper or lower case) your  picture
  710. will not be cleared.  You may also press the Esc key to return
  711. to PC-Pen without clearing your picture.
  712.  
  713. 19     PAINTING AND UNPAINTING
  714.  
  715. PC-Pen  lets you paint any bordered figure in your picture any
  716. color in the current palette and unpaint the same.  The figure
  717. you are painting or unpainting must be  fully  bordered.  That
  718. is,  a  solid  line of a single color must completely surround
  719. the figure you wish  to  paint.  This  is  because  the  Paint
  720. command  works by painting from the pen point outward,  in all
  721. directions,  until a  specified  border  is  reached.  If  the
  722. border  is  not found your entire picture may be painted over!
  723. Because of this possibility it is probably a good idea to  use
  724. the  Back-up  command  to  make a back-up copy of your picture
  725. before doing any painting.
  726.  
  727. Function key Ctrl-F3 is used to paint. First you must position
  728. the  pen  within  the borders of the figure you wish to paint.
  729. Then set the pen color to the color  you  wish  to  paint  in.
  730. Finally,  press  Ctrl-F3  to paint.  You will see a "Border=B"
  731. message appear on status line A.  This  message  is  prompting
  732. you  for  the  color  of  the border of the figure you wish to
  733. paint.  (B stands for the background  color.)  Press  any  key
  734. except  for  the  return key to advance to the next color.  In
  735. low resolution the colors are 1-3 and will be printed on  your
  736. screen  in  the  color they represent.  In high resolution the
  737. only color besides B is 1,  white.  When you have selected the
  738. correct border color, press the return key to proceed with the
  739. paint.  Remember,  the  paint color is selected by setting the
  740. pen color and the border color is selected by the prompt.
  741.  
  742. To unpaint you must again position the pen within the  borders
  743. of  the  figure  you wish to unpaint.  Function key Ctrl-F4 is
  744. used to unpaint. You will  see  the  same  "Border=B"  message
  745. appear  on status line A and should respond to it as described
  746. above for the Paint command.
  747.  
  748. Note that if you locate the  pen  on  top  of  a  point  which
  749. already  has  the  border color that you select,  and then you
  750. paint or unpaint,  nothing will happen.  This is  because  the
  751. paint reaches the border before ever getting a chance to leave
  752. the pen!
  753.  
  754. 20     BACKING-UP AND RESTORING
  755.  
  756. It is always a good idea to  back-up  anything  that  you  are 
  757. editing  from  time  to  time.  In  PC-Pen,  a true back-up is 
  758. performed by saving your picture on diskette  using  the  Save 
  759. command.  This  back-up  could then be restored using the Load 
  760. command  (chapter  12).  But  PC-Pen  also  provides  a  quick 
  761. back-up  facility  in  the  form  of  the  Back-up and Restore 
  762. commands. 
  763.  
  764. Function  key  Ctrl-F5 is used to back-up the current picture.
  765. This  command  copies  the  current  picture  into  a  buffer.
  766. Function  key  Ctrl-F6  is  used  to restore the most recently
  767. backed-up picture. This command restores the contents of  this
  768. buffer  to  the screen.  Once having backed-up a picture,  you
  769. may restore it any number of times.  But each time you back-up
  770. you are overwriting any  previous  back-ups...the  buffer  can
  771. hold only one back-up at a time.
  772.  
  773. 21     PRINTING
  774.  
  775. The Shift-PrtSc key combination is used to print your pictures
  776. on  paper. This is the standard DOS Print Screen function.  In
  777. order for this function to work, the DOS Graphics command must
  778. have been executed before entering PC-Pen.  (See chapter 3 for
  779. information about executing the Graphics command.)
  780.  
  781. Shift-PrtSc will print out the entire visible contents of your
  782. screen. If you do not want the window, status lines, mark, and
  783. pen  to  appear in your printed picture you must turn them off
  784. before printing.  The window and status lines are  turned  off
  785. by the Window command (chapter 11),  the mark is turned off by
  786. the Unmark command (chapter 15),  and the  pen's  position  is
  787. turned off by the Position command (chapter 7).
  788.  
  789. In low resolution your  pictures  will  be  printed  in  three
  790. different   shades  of  black,   corresponding  to  the  three
  791. different colors of the current palette.  In  high  resolution
  792. only  one  shade  of black will be printed,  and your pictures
  793. will be printed sideways on the paper.  This is  so  that  the
  794. picture will fit on normal 9-1/2 by 11 inch paper.
  795.  
  796. Make sure your  printer  is  on  and  your  paper  is  aligned
  797. correctly before printing.
  798. 
  799. APPENDIX A - LOADING PC-PEN PICTURES FROM OTHER PROGRAMS
  800.  
  801. PC-Pen  pictures  which  are saved on diskette can be read and
  802. restored to your computer monitor by other BASIC programs.
  803.  
  804. Assuming that a PC-Pen picture  has  been  saved  on  diskette
  805. under  the  name  of  PRETTY.PIC the following BASIC code will
  806. read in the picture and restore it to your screen.
  807.  
  808.      10 OPTION BASE 1
  809.      20 DIM PIC%(6802)
  810.      30 BLOAD "PRETTY.PIC",VARPTR(PIC%(1))
  811.      40 SCREEN 1,0
  812.      50 COLOR 0,0
  813.      60 PUT (0,0),PIC%,PSET
  814.  
  815. Note  that  line  40  puts  the  monitor  into  low resolution
  816. graphics mode.  The 1 on this line may be replaced by a  2  to
  817. put  the  monitor  into high resolution graphics mode instead.
  818. Also note that line 50 sets the background color to black (the
  819. first 0) and sets the palette to the first palette (the second
  820. 0).  The background color may  be  changed  by  replacing  the
  821. first 0 with any number between 1 and 15,  and the palette may
  822. be changed by replacing the second zero with a 1.
  823. 
  824. APPENDIX B - ERROR MESSAGES
  825.  
  826. Two types of errors can occur  in  PC-Pen:  fatal  errors  and
  827. non-fatal  errors.  The  fatal  errors  are  errors that cause
  828. PC-Pen to abort.  When a fatal error occurs,  a description of
  829. the  error  will  be  printed at the top of the screen and you
  830. will be prompted to "Press any key to continue." When a key is
  831. pressed PC-Pen will abort and return  to  DOS.  The  non-fatal
  832. errors  are  your  run-of-the-mill  errors  (if there are such
  833. things!) from which PC-Pen can recover and continue  normally.
  834. PC-Pen  registers  non-fatal errors by beeping and printing an
  835. error message on status line A.
  836.  
  837. There are only two fatal PC-Pen errors.  These  are  described
  838. below.
  839.  
  840. Not Advanced Basic - PC-Pen is written in IBM  Advanced  Basic
  841. and  therefore  must  be  run  by  the  Advanced Basic program
  842. BASICA.COM (version 2.0 or greater).  This error is raised  if
  843. you  attempt  to  run PC-Pen under some other version of Basic
  844. (Disk Basic,  for example).  See chapters  2  and  3  of  this
  845. manual  for  information  on  how  to run PC-Pen with Advanced
  846. Basic.
  847.  
  848. Out of Memory - PC-Pen requires approximately 100 KB of memory
  849. in order to run properly.  This error is  raised  if  your  PC
  850. does  not have this amount of memory.  (The 100 KB requirement
  851. is derived as follows:  40 KB for PC-Pen,  30 KB for  Advanced
  852. Basic, and 30 KB for DOS and other.)
  853.  
  854. The  non-fatal  error  messages are printed beneath the PC-Pen
  855. window on status line A.  The  left-hand  part  of  a  message
  856. contains  a  brief  description  of the error.  The right-hand
  857. part of a message says "Press any key." to indicate  that  you
  858. may  press  any key to continue working with PC-Pen.  However,
  859. whatever you were attempting to do at the time the error arose
  860. will not have been completed successfully.
  861.  
  862. The non-fatal PC-Pen errors are listed  and  described  below.
  863. Steps to resolve the problems are also provided.
  864.  
  865. Disk  error.  -  This error is raised when a disk error occurs
  866. during a save or load that does not fall into one of the other
  867. error message categories.  Resolution: Check over the name you
  868. entered for the file you are saving or loading and try again.
  869.  
  870. Disk is bad. - The diskette you are trying to save to or  load
  871. from has developed a bad spot.  Resolution:  There is not much
  872. you can do when this happens.  Luckily,  it  does  not  happen
  873. very  often.  You  are only in trouble if you get this message
  874. while trying to load a picture.  If this is the case,  try  to
  875. load  a couple more times.  If it still does not work you have
  876. probably lost your picture.  Your last resort is to return  to
  877. DOS  and experiment with the Chkdsk and/or Recover commands on
  878. the bad diskette.  (See your DOS manual for more details.)  If
  879. you are saving, simply save your picture to another diskette.
  880.  
  881. Disk is full - The diskette on which you are trying to save  a
  882. picture  does  not  have  enough  free  space for the picture.
  883. (PC-Pen pictures are 13612 bytes in  size.)  Resolution:  Save
  884. your picture on another diskette.
  885.  
  886. Disk  not  ready.  -  The  door  of  the  disk  drive  you are
  887. referencing is open,  or the disk drive  does  not  contain  a
  888. diskette, or both.  Resolution: Correctly insert your diskette
  889. into the proper drive and close the drive door all the way.
  890.  
  891. Disk write-protected. - The diskette you are trying to save  a
  892. picture to has its write-protection notch covered, or does not
  893. have a write-protection notch. (This is the samll, rectangular
  894. cut-out   area  on  the  upper  right  edge  of  a  diskette.)
  895. Resolution:  If the notch is covered over,  uncover it and try
  896. to  save  your  picture  again.  If  there  is  no notch,  the
  897. diskette is permanently write-protected and you must save your
  898. picture on an unprotected diskette.
  899.  
  900. File not found. - The  diskette  you  are  trying  to  load  a
  901. picture from does not contain the file you named.  Resolution:
  902. Make  sure  you have the correct diskette in the correct drive
  903. and that you spelled the name of the file correctly,  and then
  904. try  again.  If  you  get  the "File not found." message again
  905. then the file is just not on your diskette!
  906.  
  907. Invalid area. - The area of the screen you are trying to erase
  908. with  the  Erase  command is invalid.  This area is defined by
  909. the current positions of the pen and the mark.  See chapter 17
  910. for  information  about  valid  and   invalid   erase   areas.
  911. Resolution:  Reposition  the  pen  and/or  the  mark and erase
  912. again,  or use the erase mode instead of the Erase command  to
  913. erase.
  914.  
  915. Invalid drive or path. - The disk drive and/or directory  path
  916. of  the  picture  you are trying to save or load is an illegal
  917. DOS disk drive or path,  or the disk  drive  or  path  do  not
  918. exist.  Resolution:  Make sure you specified the correct drive
  919. and path and then try again.  If it still does  not  work  see
  920. your DOS manual for path naming rules.
  921.  
  922. Invalid  file  name.  - The name of the file you are trying to
  923. save or load is an illegal  DOS  file  name.  Resolution:  See
  924. your DOS manual for file naming rules.
  925.  
  926. Low  resolution  only.  - The PC-Pen command you are trying to
  927. use works only in low resolution.  Resolution:  Switch to  low
  928. resolution and try the command again.
  929.  
  930. Mark  not set. - You are using a PC-Pen command which requires
  931. the mark to be set,  but  the  mark  has  not  yet  been  set.
  932. Resolution:  Make sure you set the mark correctly before using
  933. a command which requires the mark.
  934.  
  935. No back-up. - You are using the Restore command to  restore  a
  936. picture but a picture has not yet been backed-up.  Resolution:
  937. You must back-up a picture before restoring.
  938.  
  939. Not enough room. - The portion of the picture you  are  trying
  940. to  paste  with  the  Paste command is too large to fit on the
  941. screen at the pen's current position.  Resolution:  Reposition
  942. the pen and try to paste again.
  943.  
  944. Nothing cut. - You are using the  Paste  command  to  paste  a
  945. portion  of  the  picture  without having cut a portion first.
  946. Resolution: Make sure you cut correctly before pasting.
  947.  
  948. Printer  error.  -  All  printer  errors  get  this   message.
  949. Resolution: Check your printer and try again.
  950.  
  951. Y=yes,  N=no. - When prompted "Are you sure?" by the Clear and
  952. Quit  commands  you  must  respond Y or N only (upper or lower
  953. case).  Any other key will result in this  error.  Resolution:
  954. Respond Y or N to the "Are you sure?" prompt.
  955. 
  956. APPENDIX C - SHAREWARE
  957.  
  958. PC-Pen is a shareware product.  As such,  we ask that you help
  959. us  distribute  PC-Pen  by  sharing  unmodified  copies of the
  960. PC-Pen distribution or registration diskette with others.  You
  961. may not,  however,  copy or share the bound registered  PC-Pen
  962. user's  manual.  If  you  find PC-Pen useful,  we trust you to
  963. register your copy.  See Appendix C for registration details.
  964.  
  965. Shareware  has come to be known as software that can be freely
  966. copied and distributed,  but for which registration (including
  967. a  registration  fee)  with  the  author  is  requested if the
  968. software is found useful.  If the user does not register he or
  969. she is trusted to discontinue use of the software.
  970.  
  971. Shareware is founded on the following three principles:
  972.  
  973.      1 - Users should  be  allowed  to  test  software  before
  974.          purchasing it.
  975.  
  976.      2 - Software  Developers  can  be supported  directly  by
  977.          users.
  978.  
  979.      3 - The copying  of  programs  by  users  is  a  powerful
  980.          marketing   and   distribution   device   and  should
  981.          therefore be encouraged rather than discouraged.
  982.  
  983. Shareware  is  an experiment in economics.  It allows users to
  984. purchase software  at  greatly  reduced  prices  and  to  test
  985. software  on  their  own  systems before puchasing it,  and it
  986. saves software developers the costs of  advertising  and  copy
  987. protection schemes.
  988. 
  989. APPENDIX D - REGISTRATION
  990.  
  991. You need not currently have a copy of PC-Pen to register.
  992.  
  993. Registration costs $25  and  entitles  you  to  the  following
  994. benefits:
  995.  
  996.      - telephone and mail support for any  of  your  questions
  997.  
  998.      - the  PC-Pen  registration  diskette including your  own
  999.        registered copy of PC-Pen
  1000.  
  1001.      - a bound and registered copy of the PC-Pen user's manual
  1002.  
  1003.      - a free mailed copy  of  the  next  updated  version  of
  1004.        PC-Pen
  1005.  
  1006.      - our  most  sincere  thanks  for  supporting  us and the
  1007.        concept of shareware
  1008.  
  1009. The last sheet of this  manual  is  a  registration  form.  To
  1010. register,  complete it as directed and forward it along with a
  1011. check or money order to:
  1012.  
  1013.                        SoftTec Systems
  1014.                        2251 Pimmit Drive #434
  1015.                        Falls Church, VA 22043
  1016.  
  1017. Make checks payable to SoftTec Systems.  Residents of Virginia
  1018. do not forget to include 4% sales tax!
  1019. 
  1020. APPENDIX E - DISCLAIMER
  1021.  
  1022. The PC-Pen program, user's manual, and manual printer are sold
  1023. "as  is",   without  warranty   as   to   their   performance,
  1024. merchantability,  or  fitness for any particular purpose.  The
  1025. entire risk as to the results and performance of this  program
  1026. is assumed by you.
  1027. 
  1028. APPENDIX F - KEYBOARD REFERENCE
  1029.  
  1030.      Key(s)               Command/Function
  1031.      ------               ----------------
  1032.      Ctrl-F1              Clear
  1033.      Ctrl-F3              Paint
  1034.      Ctrl-F4              Unpaint
  1035.      Ctrl-F5              Back-up
  1036.      Ctrl-F6              Restore
  1037.      Del                  Position
  1038.      Esc                  Escape
  1039.      F1                   Resolution
  1040.      F2                   Background
  1041.      F3                   Palette
  1042.      F4                   Color
  1043.      F5                   Mode
  1044.      F6                   Window
  1045.      F7                   Load
  1046.      F8                   Save
  1047.      F9                   Quit
  1048.      F10                  Help
  1049.      Ins                  Pen Up/Down
  1050.      Numeric Keypad Keys  Pen Movement
  1051.      Regular Text Keys    Text
  1052.      Shift-F1             Mark
  1053.      Shift-F2             Unmark
  1054.      Shift-F3             Cut
  1055.      Shift-F4             Paste
  1056.      Shift-F5             Erase
  1057.      Shift-F6             Circle
  1058.      Shift-F7             Rectangle
  1059.      Shift-F8             Line
  1060.      Shift-PrtSc          Print
  1061.                           Backspace
  1062.                           Tab
  1063.                           Return
  1064. 
  1065. APPENDIX G - COMMAND/FUNCTION REFERENCE
  1066.  
  1067.      Command/Function     Key(s)
  1068.      ----------------     ------
  1069.      Background           F2
  1070.      Backspace
  1071.      Back-up              Ctrl-F5
  1072.      Circle               Shift-F6
  1073.      Clear                Ctrl-F1
  1074.      Color                F4
  1075.      Cut                  Shift-F3
  1076.      Erase                Shift-F5
  1077.      Escape               Esc
  1078.      Help                 F10
  1079.      Line                 Shift-F8
  1080.      Load                 F7
  1081.      Mark                 Shift-F1
  1082.      Mode                 F5
  1083.      Paint                Ctrl-F3
  1084.      Palette              F3
  1085.      Paste                Shift-F4
  1086.      Pen Movement         Numeric Keypad Keys
  1087.      Pen Up/Down          Ins
  1088.      Position             Del
  1089.      Print                Shift-PrtSc
  1090.      Quit                 F9
  1091.      Rectangle            Shift-F7
  1092.      Resolution           F1
  1093.      Restore              Ctrl-F6
  1094.      Return
  1095.      Save                 F8
  1096.      Tab
  1097.      Text                 Regular Text Keys
  1098.      Unmark               Shift-F2
  1099.      Unpaint              Ctrl-F4
  1100.      Window               F6
  1101. 
  1102. PC-Pen Registration Form                                   1.0
  1103.  
  1104.  
  1105.  
  1106.  
  1107. Name:____________________
  1108.  
  1109. Company:____________________
  1110.  
  1111. Street Address:______________________________
  1112.  
  1113. City:_______________
  1114.  
  1115. State:__________
  1116.  
  1117. Zip Code:__________
  1118.  
  1119. Telephone:(___)__________
  1120.  
  1121.  
  1122. Computer:_______________
  1123.  
  1124. Operating System and Version:_______________
  1125.  
  1126.  
  1127.  
  1128.  
  1129. Item                          Qty    Price Each         Total
  1130. ----                          ---    ----------         -----
  1131. PC-Pen                        ___    $    25.00     $________
  1132.  
  1133. 4% Sales Tax                                        $________
  1134. (Virginia residents only)
  1135. _____________________________________________________________
  1136.  
  1137. Total                                               $________
  1138.  
  1139.  
  1140.  
  1141.  
  1142. SoftTec Systems
  1143. 2251 Pimmit Drive #434
  1144. Falls Church, VA 22043
  1145.  
  1146.